projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b70a74
)
(lisp, shortlisp): Use cus-start.el, not .elc.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 00:29:11 +0000
(
00:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 00:29:11 +0000
(
00:29
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 48dfe55c6cbb554e3e6589525f7c7eac1a650f77..ab7d2e15a20cd925369a6d7ae87eb225be61b771 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-631,7
+631,7
@@
lisp= \
${lispsource}abbrev.elc \
${lispsource}buff-menu.elc \
${lispsource}byte-run.elc \
- ${lispsource}cus-start.el
c
\
+ ${lispsource}cus-start.el \
${lispsource}custom.elc \
${lispsource}files.elc \
${lispsource}fill.elc \
@@
-695,7
+695,7
@@
shortlisp= \
../lisp/abbrev.elc \
../lisp/buff-menu.elc \
../lisp/byte-run.elc \
- ../lisp/cus-start.el
c
\
+ ../lisp/cus-start.el \
../lisp/custom.elc \
../lisp/files.elc \
../lisp/fill.elc \